home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Syntax Examples / Duplicate examples < prev    next >
Text File  |  1992-11-25  |  176b  |  6 lines

  1. tell application "FileMaker Pro"
  2.     Duplicate Record 2
  3.     Duplicate middle Record
  4.     Duplicate Record 3 of window 2 to window 2
  5.     Duplicate first Menu Item of Menu "external"
  6. end tell